Welcome![Sign In][Sign Up]
Location:
Search - K MEANS clustering matlab code

Search list

[AI-NN-PRkmeans_cluster聚类算法的实现

Description: 数据挖掘中k-means聚类算法的实现源代码-clustering algorithm source code in data mining
Platform: | Size: 3072 | Author: 张乐 | Hits:

[matlabkmean

Description: 用于模式识别的MATLAB源代码,准确性高,比较好用.-For Pattern Recognition MATLAB source code, high accuracy, relatively easy to use.
Platform: | Size: 9216 | Author: 杨紫 | Hits:

[AI-NN-PRMedoidshift

Description: 中心点漂移是一种非监督聚类算法(与k-means算法相似,但应用范围更广些),可用于图像分割,基于Matlab实现的源码。 MedoidShift is a unsupervised clustering algorithm(similar to k-means algorithm, but can be used in border application fields), can be used for image segmentation. Included is the Matlab implementation source code.-Center drift is a non-supervised clustering algorithm (k-means algorithm with the similar, but more a wider range of applications), can be used for image segmentation, based on the realization of the source Matlab. MedoidShift is a unsupervised clustering algorithm (similar to k-means algorithm, but can be used in border application fields), can be used for image segmentation. Included is the Matlab implementation source code.
Platform: | Size: 36864 | Author: 陈明 | Hits:

[Mathimatics-Numerical algorithmsKMEANS

Description: K-MEANS算法 输入:聚类个数k,以及包含 n个数据对象的数据库。 输出:满足方差最小标准的k个聚类。 处理流程: (1) 从 n个数据对象任意选择 k 个对象作为初始聚类中心; (2) 循环(3)到(4)直到每个聚类不再发生变化为止 (3) 根据每个聚类对象的均值(中心对象),计算每个对象与这些中心对象的距离;并根据最小距离重新对相应对象进行划分; (4) 重新计算每个(有变化)聚类的均值(中心对象)-K-MEANS algorithm Input: cluster number k, and contains n data object database. Output: the minimum standards to meet the variance k-clustering. Deal flow: (1) a data object from the n choose k object as initial cluster centers (2) cycle (3) to (4) until a change in each cluster is no longer so far (3) according to each Clustering objects mean (central object), calculated for each object with these centers to object distance and in accordance with a minimum distance between a re-division of the corresponding object (4) re-calculated for each (change) clustering of the mean (central object )
Platform: | Size: 3072 | Author: 快快 | Hits:

[matlabtravailenmat

Description: matlab programming for clustering pam , k-means , dbscan , optics for image segmentation
Platform: | Size: 21504 | Author: Ben hassen Amer | Hits:

[matlabkmean

Description: 一个刚编出来的K—means 聚类算法的matlab源代码 适合多维数据-Just made out of a K-means clustering algorithm matlab source code for multi-dimensional data
Platform: | Size: 1024 | Author: 吴立锋 | Hits:

[Graph programkmeans

Description: 快速K均值聚类图像分割算法源代码,能很好的实现图像的分割处理-Fast K-means clustering algorithm for image segmentation source code, can achieve very good to deal with image segmentation
Platform: | Size: 334848 | Author: zhangyun | Hits:

[matlabKMEANS

Description: K-Means动态聚类算法源程序。可以用来发现社团结构。-Dynamic K-Means clustering algorithm source code. The structure can be used to find associations.
Platform: | Size: 251904 | Author: 刘长棕 | Hits:

[matlabCollectAnaly

Description: matlab k-means聚类分析代码……简单易懂……超级棒的资源-Matlab k- means clustering analysis code... Easy... Super resources
Platform: | Size: 1024 | Author: 陆云 | Hits:

[matlabpso-clustering

Description: 基于粒子群的改进K均值聚类算法源代码。适用于MATLAB7.1。-Improved PSO-based K means clustering algorithm source code. For MATLAB7.1.
Platform: | Size: 2048 | Author: hsj | Hits:

[Special Effectskmean

Description: 包括K-均值聚类算法的思想介绍,kmeans的MATLAB代码,c语言代码、c++代码。-Including the K-means clustering algorithm introduced the idea, kmeans of MATLAB code, c language code, c++ code.-Entropy Based Subspace Clustering for Mining Data- ENCLUS- a new version of PROCLUS algorithm for clustering high dimensional data set.
Platform: | Size: 1130496 | Author: 陈老师 | Hits:

[AI-NN-PRSeven-RBF_NN--code

Description: 七个RBF神经网络的源代码:基于梯度法、OLS 、聚类、k均值聚类、函数逼近的RBF 网设计算法,及预测模型 -Seven RBF neural network source code: gradient-based method, OLS, clustering, k-means clustering, function approximation of the RBF network design algorithms, and predictive models
Platform: | Size: 8192 | Author: xuliangliang | Hits:

[AI-NN-PRk-means-algorithm-program

Description: 用于实现k-means聚类分析的matlab代码-Used to implement k-means clustering analysis matlab code
Platform: | Size: 398336 | Author: 郑智 | Hits:

[Special EffectsK-Means-Matlab

Description: k-means聚类算法的matlab代码 截图的 想用还是自己手打吧-k-means clustering algorithm matlab code screenshot or their own hands to fight it.
Platform: | Size: 5120 | Author: 胡爹 | Hits:

[matlabMATLAB-fuzzy-K-means

Description: matlab模糊k-means聚类算法源码,很实用,略微改造即可使用-matlab fuzzy k-means clustering algorithm source code, very practical, you can use a little renovation
Platform: | Size: 1024 | Author: lujun | Hits:

[matlabk-means-for-iris

Description: 利用K均值聚类对鸢尾花样本进行聚类的matlab程序,包含源代码、样本数据、聚类结果-The use of K-means clustering method to classify iris sample matlab program, the program includes source code, sample data, the classification results
Platform: | Size: 28672 | Author: liming | Hits:

[Special EffectsK-means

Description: K-means 聚类算法Matlab代码,基于 K-means 聚类算法的图像区域分割-K-means clustering algorithm Matlab code, image region segmentation based on K-means clustering algorithm
Platform: | Size: 2048 | Author: 李海超 | Hits:

[matlabkMean

Description: k均值聚类的matlab代码,包含有样本间距的矩阵求解程序。-k-means clustering matlab code, comprising sample matrix solvers pitch.
Platform: | Size: 3072 | Author: 王好将 | Hits:

[matlabK-means

Description: K-means聚类算法的matlab代码。-MATLAB code for k-means clustering algorithm.
Platform: | Size: 2048 | Author: 张安国 | Hits:

[Otherk_means

Description: 一般的常规的k均值聚类,源码,没有数据,随便输入一个数据体就可以(General conventional k-means clustering, source code, no data, just enter a data body can)
Platform: | Size: 1024 | Author: 刘阿斗2 | Hits:
« 1 23 4 »

CodeBus www.codebus.net